home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
SGI Hot Mix 17
/
Hot Mix 17.iso
/
HM17_SGI
/
html
/
vendors
/
adobe
/
software
/
install_sgips.csh
next >
Wrap
Linux/UNIX/POSIX Shell Script
|
1997-06-17
|
455b
|
19 lines
#!/bin/csh -f
if ( -e / ) then
switch ( "`hinv -c processor | grep MHZ`" )
case *IP32*:
cd $HOME
tardist $HOTMIXDIR/html/vendors/adobe/photoshop/demos/sgips.tardist
breaksw
default:
xwsh -bg royalblue -fg white \
-geom 80x30+100+100 -cursorfg violetred1 -cursorbg violetred1 \
-title "Unaable to Install O2 Performance Package" \
-e /bin/csh -c \
"$HOTMIXDIR/html/vendors/adobe/photoshop/demos/message.csh"
breaksw
endsw
endif